-- this script handles a diagonally divided button, intended to be
-- a right dogear
put (item 1 of the clickLoc) - (item 1 of the rect of the target) into x
put (item 4 of the rect of the target) - (item 2 of the clickLoc) into y
put card field pageNumber into tempNumber
if (x < y) then -- click is in upper left
visual scroll left very fast to gray
visual scroll left very fast
go this card
put tempnumber+1 into card field PageNumber
else
visual scroll right very fast to gray
visual scroll right very fast
go this card
put tempnumber-1 into card field PageNumber
end if
end mouseUp
-- part contents for card part 2
----- text -----
8
-- part contents for card part 1
----- text -----
• From David Dunham's "fido" which has a REAL dog-ear button. The Dog Ear acts like opposed triangle-shaped buttons. Copy and Paste into your stacks (Delphi: DDUNHAM; CIS 76074,762; AppleLink D0457).